home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)G / (A)G10.ADF / Util / FileMapDOC < prev    next >
Text File  |  1989-03-16  |  2KB  |  57 lines

  1.     This little toy is designed to allow you to examine the sector
  2. allocation on your disks.  Instead of using the DOS to find files, it uses
  3. the trackdisk.device and examines the sectors directly, traversing the
  4. filesystem "by hand."
  5.  
  6.     This is written for the Manx compiler; conversion to Lettuce may
  7. or may not be trivial.  To make this beastie, first download all the files,
  8. then do this:
  9.  
  10. 1> make
  11.  
  12.     Simple, isn't it?
  13.  
  14. SYNOPSIS
  15.     FileMAP [device [file]]
  16.  
  17. DESCRIPTION
  18.     FileMAP is a utility that allows you to examine the sector allocation
  19. of files on your disk.
  20.  
  21.     Unallocated sectors are the background color; file control blocks
  22. are rendered in color 1; data blocks are color 2; and sectors allocated by
  23. other things show up as color 3.
  24.  
  25.     Files to be examined are entered in the filename gadget.  Click mouse
  26. in gadget to see cursor.  All filenames must be a full path from the root. 
  27. When entered, the program will then attempt to find the file and display its
  28. allocation on the screen.  If an error occurs, the program will inform you. 
  29. Errors may or may not be fatal.  However, the program does clean up after
  30. itself rather well.
  31.  
  32.     To change devices, enter a new device name in the device gadget.
  33. The program will then load the bitmap off the new device and display it.  If
  34. you wish to examine a different disk in the same device, you *must* hit the
  35. device gadget and then press RETURN.  Failing to do this causes (non-
  36. destructive) problems, since the bitmap sector number is cached.
  37.  
  38.     To re-display the current device/file, hit the refresh gadget.  This
  39. is useful if another task is running concurrently and writing to the disk.
  40. Hitting refresh allows you to see the changes made to the disk.
  41.  
  42. --------
  43.  
  44.     Enjoy!
  45.  
  46. _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  47.  ________         ___
  48.        \        /___--__        Leo L. Schwab
  49.   ___  ___ /\            ---##\        ihnp4!ptsfa!well!ewhac
  50.       /   X  \_____    |  __ _---))            ..or..
  51.      /   /_\--    -----+==____\ // \  _        well ---\
  52. ___ (   o---+------------------O/   \/ \    dual ----> !unicom!ewhac
  53.      \     /            ___ \_  (`o )    hplabs -/       ("AE-wack")
  54.  ____ \___/                          \_/
  55.           Recumbent Bikes:            "Work FOR?  I don't work FOR
  56.     The O_nly Way To Fly!                  anybody!  I'm just having fun."
  57.